cssanimation: Use property id here
authorBenjamin Otte <otte@redhat.com>
Tue, 28 May 2013 13:02:06 +0000 (15:02 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 28 May 2013 13:24:04 +0000 (15:24 +0200)
gtk/gtkcssanimation.c

index 2ebf5858cf1d123f1a0980ee43c3b7705a1fee82..ef5e79abad6fbf6a667151f088f80673e9b96c03 100644 (file)
@@ -128,7 +128,7 @@ gtk_css_animation_set_values (GtkStyleAnimation    *style_animation,
       value = _gtk_css_keyframes_get_value (animation->keyframes,
                                             i,
                                             progress,
-                                            _gtk_css_computed_values_get_intrinsic_value (values, i));
+                                            _gtk_css_computed_values_get_intrinsic_value (values, property_id));
       _gtk_css_computed_values_set_animated_value (values, property_id, value);
       _gtk_css_value_unref (value);
     }